home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake Busters
/
QUAKE.bin
/
pc
/
shared.dir
/
00856_Script_(Bt) down on back-skip -2
< prev
next >
Wrap
Text File
|
1996-06-10
|
775b
|
33 lines
-- skip 2 markers back on mouseup
on mouseDown
puppetSound "Mouse Down"
updateStage
set the castNum of sprite 47 to the ¼
number of cast "back long down"
updateStage
repeat while the stilldown
if not rollover(the clickOn) then ¼
set the castnum of sprite the clickOn to ¼
the number of cast "back long"
updateStage
if rollover(the clickOn) then nothing
end repeat
puppetSound 0
end mouseDown
on mouseUp
set the castNum of sprite 47 to the ¼
number of cast "back long"
if rollover(47) then puppetSound "Mouse Up"
updateStage
repeat while soundBusy(1)
nothing
end repeat
puppetSound 0
updateStage
if rollover(47) then go to marker (-2)
if not rollover(47) then go to the frame -2
end mouseUp